home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global xautospeed, xfast, xmiddle, xslow, xvolume
- if the hilite of cast "fast" then
- set xautospeed to xfast
- puppetTempo(xfast)
- else
- if the hilite of cast "middle" then
- set xautospeed to xmiddle
- puppetTempo(xmiddle)
- else
- if the hilite of cast "slow" then
- set xautospeed to xslow
- puppetTempo(xslow)
- end if
- end if
- end if
- if the hilite of cast "VOL-0" then
- set the soundLevel to 0
- set xvolume to 0
- else
- if the hilite of cast "VOL-1" then
- set the soundLevel to 1
- set xvolume to 1
- else
- if the hilite of cast "VOL-2" then
- set the soundLevel to 2
- set xvolume to 2
- else
- if the hilite of cast "VOL-3" then
- set the soundLevel to 3
- set xvolume to 3
- else
- if the hilite of cast "VOL-4" then
- set the soundLevel to 4
- set xvolume to 4
- else
- if the hilite of cast "VOL-5" then
- set the soundLevel to 5
- set xvolume to 5
- else
- if the hilite of cast "VOL-6" then
- set the soundLevel to 6
- set xvolume to 6
- else
- if the hilite of cast "VOL-7" then
- set the soundLevel to 7
- set xvolume to 7
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- tell the stage
- continue()
- end tell
- forget(window "CONFIG")
- end
-